import styles from "../styles/Home.module.css"
--snip--
const Home: NextPage = () => {
    return (
        <div className={styles.container}>
        --snip--
        </div>
    );
};
